Autogenerated HTML docs for v1.5.0-50-gb7581
diff --git a/tutorial-2.html b/tutorial-2.html index 804c395..e9fe246 100644 --- a/tutorial-2.html +++ b/tutorial-2.html
@@ -485,7 +485,7 @@ @@ -1 +1,2 @@ hello world! +hello world, again -$ git update-index file.txt +$ git add file.txt $ git diff</tt></pre> </div></div> <p>The last diff is empty, but no new commits have been made, and the @@ -515,7 +515,7 @@ hello world! hello world, again</tt></pre> </div></div> -<p>So what our "git update-index" did was store a new blob and then put +<p>So what our "git add" did was store a new blob and then put a reference to it in the index file. If we modify the file again, we'll see that the new modifications are reflected in the "git-diff" output:</p> @@ -645,7 +645,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 03-Feb-2007 08:07:24 UTC +Last updated 18-Feb-2007 00:34:47 UTC </div> </div> </body>